home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / msdos / sgml07 / test15.sgm < prev    next >
Encoding:
Text File  |  1991-10-31  |  227 b   |  9 lines

  1. <!-- This checks that attribute value tokenization doesn't get confused
  2. by sdata entities. -->
  3. <!doctype doc [
  4.   <!element doc - O empty>
  5.   <!attlist doc att names #implied>
  6.   <!entity ent sdata "foo">
  7. ]>
  8. <doc att="&ent; bar">
  9.